V-76811 | High | Anonymous IIS 8.5 website access accounts must be restricted. | Many of the security problems that occur are not the result of a user gaining access to files or data for which the user does not have permissions, but rather users are assigned incorrect... |
V-76873 | Medium | The application pool for each IIS 8.5 website must have a recycle time explicitly set. | Application pools can be periodically recycled to avoid unstable states possibly leading to application crashes, hangs, or memory leaks. |
V-76871 | Medium | The amount of private memory an application pool uses for each IIS 8.5 website must be explicitly set. | IIS application pools can be periodically recycled to avoid unstable states possibly leading to application crashes, hangs, or memory leaks. By default, application pool recycling is overlapped,... |
V-76877 | Medium | The application pools pinging monitor for each IIS 8.5 website must be enabled. | Windows Process Activation Service (WAS) manages application pool configurations and may flag a worker process as unhealthy and shut it down. An application pool’s pinging monitor must be enabled... |
V-76875 | Medium | The maximum queue length for HTTP.sys for each IIS 8.5 website must be explicitly configured. | In order to determine the possible causes of client connection errors and to conserve system resources, it is important to both log errors and manage those settings controlling requests to the... |
V-76801 | Medium | The IIS 8.5 website must have resource mappings set to disable the serving of certain file types. | Resource mapping is the process of tying a particular file type to a process in the web server that can serve that type of file to a requesting client and to identify which file types are not to... |
V-76839 | Medium | The Idle Time-out monitor for each IIS 8.5 website must be enabled. | The idle time-out attribute controls the amount of time a worker process will remain idle before it shuts down. A worker process is idle if it is not processing requests and no new requests are... |
V-76891 | Medium | The required DoD banner page must be displayed to authenticated users accessing a DoD private website. | A consent banner will be in place to make prospective entrants aware that the website they are about to enter is a DoD web site and their activity is subject to monitoring. The document, DoDI... |
V-76815 | Medium | The IIS 8.5 website document directory must be in a separate partition from the IIS 8.5 websites system files. | The web document (home) directory is accessed by multiple anonymous users when the web server is in production. By locating the web document (home) directory on the same partition as the web... |
V-76817 | Medium | The IIS 8.5 website must be configured to limit the maxURL. | Request filtering replaces URLScan in IIS, enabling administrators to create a more granular rule set with which to allow or reject inbound web content. By setting limits on web requests, it helps... |
V-76813 | Medium | The IIS 8.5 website must generate unique session identifiers that cannot be reliably reproduced. | Communication between a client and the web server is done using the HTTP protocol, but HTTP is a stateless protocol. In order to maintain a connection or session, a web server will generate a... |
V-76837 | Medium | Debugging and trace information used to diagnose the IIS 8.5 website must be disabled. | Setting compilation debug to false ensures detailed error information does not inadvertently display during live application usage, mitigating the risk of application information being displayed to users. |
V-76835 | Medium | Warning and error messages displayed to clients must be modified to minimize the identity of the IIS 8.5 website, patches, loaded modules, and directory paths. | HTTP error pages contain information that could enable an attacker to gain access to an information system. Failure to prevent the sending of HTTP error pages with full information to remote... |
V-76855 | Medium | IIS 8.5 website session IDs must be sent to the client using TLS. | The HTTP protocol is a stateless protocol. To maintain a session, a session identifier is used. The session identifier is a piece of data that is used to identify a session and a user. If the... |
V-76831 | Medium | The IIS 8.5 website must prevent a web content directory from being displayed. | The goal is to control the web users experience in navigating any portion of the web document root directories. Ensuring all web content directories have at least the equivalent of an index.html... |
V-76819 | Medium | The IIS 8.5 website must be configured to limit the size of web requests. | By setting limits on web requests, it ensures availability of web services and mitigates the risk of buffer overflow type attacks. The maxAllowedContentLength Request Filter limits the number of... |
V-76789 | Medium | The IIS 8.5 website must produce log records that contain sufficient information to establish the outcome (success or failure) of IIS 8.5 website events. | Web server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined.
Ascertaining the... |
V-76823 | Medium | Non-ASCII characters in URLs must be prohibited by any IIS 8.5 website. | By setting limits on web requests, it ensures availability of web services and mitigates the risk of buffer overflow type attacks. The allow high-bit characters Request Filter enables rejection of... |
V-76809 | Medium | A private websites authentication mechanism must use client certificates to transmit session identifier to assure integrity. | A DoD private website must utilize PKI as an authentication mechanism for web users. Information systems residing behind web servers requiring authorization based on individual identity must use... |
V-76781 | Medium | A public IIS 8.5 website must only accept Secure Socket Layer connections when authentication is required. | Transport Layer Security (TLS) encryption is a required security setting for a private web server. Encryption of private information is essential to ensuring data confidentiality. If private... |
V-76783 | Medium | The enhanced logging for each IIS 8.5 website must be enabled and capture, record, and log all content related to a user session. | Log files are a critical component to the successful management of an IS used within the DoD. By generating log files with useful information web administrators can leverage them in the event of a... |
V-76851 | Medium | The IIS 8.5 website must employ cryptographic mechanisms (TLS) preventing the unauthorized disclosure of information, user identifies and passwords during transmission. and at rest. | When data is written to digital media, such as hard drives, mobile computers, external/removable hard drives, personal digital assistants, flash/thumb drives, etc., there is risk of data loss and... |
V-76785 | Medium | Both the log file and Event Tracing for Windows (ETW) for each IIS 8.5 website must be enabled. | Internet Information Services (IIS) on Windows Server 2012 provides basic logging capabilities. However, because IIS takes some time to flush logs to disk, administrators do not have access to... |
V-76787 | Medium | An IIS 8.5 website behind a load balancer or proxy server, must produce log records containing the source client IP and destination information. | Web server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined.
Ascertaining the... |
V-76865 | Medium | The IIS 8.5 website must have a unique application pool. | Application pools isolate sites and applications to address reliability, availability, and security issues. Sites and applications may be grouped according to configurations, although each site... |
V-76867 | Medium | The maximum number of requests an application pool can process for each IIS 8.5 website must be explicitly set. | IIS application pools can be periodically recycled to avoid unstable states possibly leading to application crashes, hangs, or memory leaks. By default, application pool recycling is overlapped,... |
V-76879 | Medium | The application pools rapid fail protection for each IIS 8.5 website must be enabled. | Rapid fail protection is a feature that interrogates the health of worker processes associated with websites and web applications. It can be configured to perform a number of actions such as... |
V-76861 | Medium | The IIS 8.5 website must maintain the confidentiality and integrity of information during preparation for transmission and during reception. | Information can be either unintentionally or maliciously disclosed or modified during preparation for transmission, including, for example, during aggregation, at protocol transformation points,... |
V-76889 | Medium | Backup interactive scripts on the IIS 8.5 server must be removed. | Copies of backup files will not execute on the server, but they can be read by the anonymous user if special precautions are not taken. Such backup copies contain the same sensitive information as... |
V-76887 | Medium | Interactive scripts on the IIS 8.5 web server must have restrictive access controls. | CGI is a programming standard for interfacing external applications with information servers, such as HTTP or web servers. CGI, represented by all upper case letters, should not be confused with... |
V-76869 | Medium | The amount of virtual memory an application pool uses for each IIS 8.5 website must be explicitly set. | IIS application pools can be periodically recycled to avoid unstable states possibly leading to application crashes, hangs, or memory leaks. By default, application pool recycling is overlapped,... |
V-76885 | Medium | Interactive scripts on the IIS 8.5 web server must be located in unique and designated folders. | CGI and ASP scripts represent one of the most common and exploitable means of compromising a web server. All CGI and ASP program files must be segregated into their own unique folder to simplify... |
V-76883 | Medium | The Content Location header on the IIS 8.5 website must not contain proprietary IP addresses. | When using static HTML pages, a Content-Location header is added to the response. The Internet Information Server (IIS) Content-Location may reference the IP address of the server, rather than the... |
V-76881 | Medium | The application pools rapid fail protection settings for each IIS 8.5 website must be managed. | Windows Process Activation Service (WAS) manages application pool configuration and may flag a worker process as unhealthy and shut it down. The rapid fail protection must be set to a suitable... |
V-76807 | Medium | Each IIS 8.5 website must be assigned a default host header. | The web server must be configured to listen on a specified IP address and port. Without specifying an IP address and port for the web server to utilize, the web server will listen on all IP... |
V-76849 | Medium | The IIS 8.5 website must only accept client certificates issued by DoD PKI or DoD-approved PKI Certification Authorities (CAs). | The use of a DoD PKI certificate ensures clients the private website they are connecting to is legitimate, and is an essential part of the DoD defense-in-depth strategy. |
V-76803 | Medium | The IIS 8.5 website must have Web Distributed Authoring and Versioning (WebDAV) disabled. | A web server can be installed with functionality that, just by its nature, is not secure. Web Distributed Authoring (WebDAV) is an extension to the HTTP protocol that, when developed, was meant to... |
V-76827 | Medium | Unlisted file extensions in URL requests must be filtered by any IIS 8.5 website. | Request filtering enables administrators to create a more granular rule set to allow or reject inbound web content. By setting limits on web requests it helps to ensure availability of web... |
V-76843 | Medium | The IIS 8.5 website must provide the capability to immediately disconnect or disable remote access to the hosted applications. | During an attack on the web server or any of the hosted applications, the system administrator may need to disconnect or disable access by users to stop the attack.
The web server must provide a... |
V-76841 | Medium | The IIS 8.5 websites connectionTimeout setting must be explicitly configured to disconnect an idle session. | Leaving sessions open indefinitely is a major security risk. An attacker can easily use an already authenticated session to access the hosted application as the previously authenticated user. By... |
V-76847 | Medium | The IIS 8.5 websites must utilize ports, protocols, and services according to PPSM guidelines. | Web servers provide numerous processes, features, and functionalities that utilize TCP/IP ports. Some of these processes may be deemed unnecessary or too unsecure to run on a production... |
V-76845 | Medium | The IIS 8.5 website must use a logging mechanism that is configured to allocate log record storage capacity large enough to accommodate the logging requirements of the IIS 8.5 website. | In order to make certain that the logging mechanism used by the web server has sufficient storage capacity in which to write the logs, the logging mechanism needs to be able to allocate log record... |
V-76779 | Medium | A private IIS 8.5 website must only accept Secure Socket Layer connections. | Transport Layer Security (TLS) encryption is a required security setting for a private web server. Encryption of private information is essential to ensuring data confidentiality. If private... |
V-76821 | Medium | The IIS 8.5 websites Maximum Query String limit must be configured. | By setting limits on web requests, it helps to ensure availability of web services and may also help mitigate the risk of buffer overflow type attacks. The Maximum Query String Request Filter... |
V-76859 | Medium | Cookies exchanged between the IIS 8.5 website and the client must use SSL/TLS, have cookie properties set to prohibit client-side scripts from reading the cookie data and must not be compressed. | A cookie is used when a web server needs to share data with the client's browser. The data is often used to remember the client when the client returns to the hosted application at a later date. A... |
V-76829 | Medium | Directory Browsing on the IIS 8.5 website must be disabled. | Directory browsing allows the contents of a directory to be displayed upon request from a web client. If directory browsing is enabled for a directory in IIS, users could receive a web page... |
V-76773 | Medium | The IIS 8.5 websites MaxConnections setting must be configured to limit the number of allowed simultaneous session requests. | Resource exhaustion can occur when an unlimited number of concurrent requests are allowed on a website, facilitating a Denial of Service attack. Mitigating this kind of attack will include... |
V-76775 | Medium | The IIS 8.5 website session state must be enabled. | When the session information is stored on the client, the session ID, along with the user authorization and identity information, is sent along with each client request and is stored in either a... |
V-76805 | Medium | The production website must configure the Global .NET Trust Level. | A web server may host too many applications. Each application will need certain system resources and privileged operations to operate correctly. An application's trust level determines the... |
V-76777 | Medium | The IIS 8.5 website session state cookie settings must be configured to Use Cookies mode. | When the session information is stored on the client, the session ID, along with the user authorization and identity information, is sent along with each client request and is stored in either a... |
V-76799 | Medium | Mappings to unused and vulnerable scripts on the IIS 8.5 website must be removed. | IIS 8.5 will either allow or deny script execution based on file extension. The ability to control script execution is controlled through two features with IIS 8.5, Request Filtering and "Handler... |
V-76793 | Medium | The log information from the IIS 8.5 website must be protected from unauthorized modification. | A major tool in exploring the website use, attempted use, unusual conditions, and problems are the access and error logs. In the event of a security incident, these logs can provide the SA and the... |
V-76825 | Medium | Double encoded URL requests must be prohibited by any IIS 8.5 website. | Request filtering enables administrators to create a more granular rule set with which to allow or reject inbound web content. By setting limits on web requests, it ensures availability of web... |
V-76791 | Medium | The IIS 8.5 website must produce log records containing sufficient information to establish the identity of any user/subject or process associated with an event. | Web server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined.
Determining user... |
V-76797 | Medium | The IIS 8.5 website must have Multipurpose Internet Mail Extensions (MIME) that invoke OS shell programs disabled. | Controlling what a user of a hosted application can access is part of the security posture of the web server. Any time a user can access more functionality than is needed for the operation of the... |
V-76795 | Medium | The log information from the IIS 8.5 website must be protected from unauthorized deletion. | A major tool in exploring the website use, attempted use, unusual conditions, and problems are the access and error logs. In the event of a security incident, these logs can provide the SA and the... |